home *** CD-ROM | disk | FTP | other *** search
/ Eagles Nest BBS 7 / Eagles_Nest_Mac_Collection_Disc_7.TOAST / General Communication / CallLogMP2 / Ticks2Time < prev    next >
Text File  |  1988-06-11  |  368b  |  8 lines

  1.  Modem File = Standard (Call Log)
  2.  Modem Script Name = Ticks2Time
  3.  
  4. 1   Set Variable rawSecs from Expression  "=(TICKCOUNT-callTimer) DIV 60"
  5. 2   Set Variable rawMins from Expression  "=rawSecs DIV 60"
  6. 3   Set Variable rawSecs from Expression  "=rawSecs MOD 60"
  7. 4   Set Variable callTimer from Expression  "=STRING(rawMins),' minutes and ',STRING(rawSecs),' seconds.'"
  8.